home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / sdf20a.zip / SDF.DOC < prev    next >
Text File  |  1991-10-06  |  3KB  |  87 lines

  1.                           SDF v2.0a
  2.                      Speed Delete File(s)
  3.            Copyright (c), JwSoft Software 1990,1991
  4.  
  5.  
  6.  
  7. Introduction
  8.  
  9.      SDF v2.0a is the command that DOS forgot!  It is a file
  10. deletion utility that will allow you to selectively delete
  11. files on your hard disk or floppies.  SDF will delete all
  12. files except what is entered on the command line.  SDF was
  13. created because I have run into the situation many times that
  14. I wanted to erase many files but wanted to keep a certain
  15. few.  I honestly think that you will find it useful.
  16.  
  17. System Requirements
  18.  
  19.      SDF v2.0a was written in Borland International's Turbo
  20. Pascal 6.0 and is compatible with the IBM PC,XT,AT and
  21. compatible.  It works with DOS versions 2.11 - 5.00.  In
  22. order to run SDF you need no more than 256K RAM.
  23.  
  24. Shareware
  25.  
  26.      SDF v2.0a is released under the shareware concept.  If
  27. you use it PLEASE register it.  Trying to decide what to
  28. charge is probably the hardest part of the programming.  I
  29. know how much time and tears that went into the program, but
  30. in order to keep the program available to everyone you must
  31. come up with a reasonable price.  To register a copy of SDF
  32. all that I ask for is $10 in U.S. funds.
  33.  
  34.  
  35. Usage
  36.  
  37.      Using SDF is very easy once you understand that it
  38. erases files.  It is not that much different than the DOS
  39. command DEL except that it will erase only the files you want
  40. and retain the others.  Early versions of SDF would not allow
  41. you to erase Hidden files but version 2.0a will.  With
  42. version 2.0a you now have options that you may set before
  43. erasing begins.  These are the options:
  44.  
  45.      /A .. Erase all files with the archive bit set.
  46.      /H .. Erase all Hidden files.
  47.      /P .. Prompt the user before erasing a file.
  48.      ** .. Erase ALL files FAST.
  49.  
  50.      Using the /A option is the same as running SDF without
  51. any options at all.  This is same usage as earlier versions
  52. of the program.  Typing SDF *.PAS *.EXE etc.. will erase all
  53. files that do not have the extension of PAS or EXE. Using the
  54. /A option like this SDF /A *.PAS *.EXE is the same as above.
  55.  
  56.      Using the /H option will allow SDF to look in the
  57. directory for any hidden files and erase them as well.
  58. Typing SDF /H *.PAS *.EXE will erase all files, including any
  59. hidden files, on the directory.  If the hidden files have the
  60. extension of PAS or EXE they will not be erased but will be
  61. made archive.  To find hidden files on a directory a program
  62. called FAC by MichaelSoft is highly recommended.
  63.  
  64.      Using the /P option will prompt before erasing the
  65. current file.  This is useful if you are not sure which files
  66. you want to keep.  Typing SDF /P *.PAS *.EXE will scan the
  67. directory and prompt for any file that doesn't have the
  68. extension of PAS or EXE.  You can also use the /P option in
  69. this manner:  SDF /P and it will erase all files prompting
  70. for each one.
  71.  
  72.      Using the ** option will work just like typing DEL *.*
  73. and will quickly erase all files in the directory.
  74.  
  75.  
  76. Conclusion
  77.  
  78.      I hope that you find SDF v2.0a very useful.  I want to
  79. take the time to thank all of my current registered users and
  80. to also show gratitude for the wonderful response that I got
  81. with the earlier versions.  Please if you find SDF v2.0a
  82. useful register it.  Thank you for trying this software out.
  83.  
  84.  
  85.      Joseph B. Stevens
  86.      JwSoft Software.
  87.